Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NPdfExporter<TContent> Class
Members


In This Topic
    NPdfExporter<TContent> Class
    In This Topic
    Exports a document to PDF.
    Object Model
    NPdfExporter<TContent> Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class NPdfExporter(Of TContent As {NElement, INPagedElement, INPrintLayoutElement}) 
       Inherits NPagedMediaExporter(Of TContent)
    'Usage
     
    
    Dim instance As NPdfExporter(Of TContent)
    public abstract class NPdfExporter<TContent> : NPagedMediaExporter<TContent> 
    where TContent: NElement, INPagedElement, INPrintLayoutElement
    Type Parameters
    TContent
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.UI.NElementMediaExporter<TContent>
          Nevron.Nov.UI.NPagedMediaExporter<TContent>
             Nevron.Nov.UI.NPdfExporter<TContent>
                Nevron.Nov.Chart.Export.NChartPdfExporter
                Nevron.Nov.Diagram.Export.NDrawingPdfExporter
                Nevron.Nov.Schedule.NSchedulePdfExporter
                Nevron.Nov.UI.NWidgetPdfExporter<TContent>

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also